home *** CD-ROM | disk | FTP | other *** search
/ CSi Master: Ableton Live 5 / CSi Master: Ableton Live 5.iso / pc / rsrc / locrsrc / mtprsrc.dir / Internal_4_isCDinDrive.ls < prev    next >
Encoding:
Text File  |  2005-10-31  |  193 b   |  13 lines

  1. on isCDinDrive
  2.   if the machineType = 256 then
  3.     Drive = baFindDrive("d", "IMCD")
  4.     if Drive = EMPTY then
  5.       return 0
  6.     else
  7.       return 1
  8.     end if
  9.   else
  10.     return 1
  11.   end if
  12. end
  13.